* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	font-family: "Microsoft Yahei", "微软雅黑";
	line-height: 1.8;
	padding: 0;
	margin: 0;
}
.cl:after {
	clear: both;
	content: '';
	display: block;
	width: 0;
	height: 0;
	visibility: hidden;
}
a, a:hover, a:active, a:visited {
	color: inherit;
	text-decoration: none;
}
img {
	width:;
}



body {
	width: 100%;
	min-width: 1200px;
}

header .topImg img {
	display: block;
	width: 100%;
}
nav {
	background-color: #930000;
}
nav ul {
	width: 1200px;
	margin: 0 auto;
	list-style: none;
	padding-bottom: 10px;
}
nav ul li {
	float: left;
	display: inline-block;
	color: #fff;
	width: 170px;
	padding-left: 10px;
	margin-top: 10px;
}

footer {
	background-color: #880000;
	padding: 30px 0;
	margin-top: 30px;
}
footer p {
	font-size: 12px;
	font-weight: lighter;
	line-height: 2;
	color: #eee;
	text-align: center;
}


section {
	width: 1200px;
	background-color: #fff;
	margin: 0 auto;
}
section ul li {
	line-height: 2;
}

.hisToday {
	position: relative;
	margin-top: 16px;
}
.hisToday .toTime {
	width: 100%;
}
.hisToday .search {
	position: absolute;
	top: 0;
	right: 0;
}
.search form {
	display: inline-block;
}
.search form input[type=text] {
	text-indent: 6px;
	height: 24px;
	line-height: 24px;
	border: 1px solid #ccc;
}
.search form input[type=submit] {
	color: #fff;
	background-color: #be001a;
	width: 60px;
	height: 24px;
	border: none;
}
.hisNews {
	background-color: #930000;
    line-height: 36px;
    padding-left: 8px;
    margin-top: 12px;
    padding-top: 2px;
}
.hisNews span {
	color: #ffcc00;
    font-weight: bolder;
    display: inline-block;
    margin-right: 50px;
    letter-spacing: 6px;
    font-size: 18px;
}
.hisNews a {
	display: inline-block;
    width: 940px;
    background-color: #fff;
    padding: 0 6px;
    font-size: 16px;
}

.ads {
	margin-top: 16px;
}
.ads img {
	display: block;
	width: 100%;
}

.sect1 {
	margin-top: 16px;
}
.sect1 .s1_left {
	float: left;
	width: 600px;
	height: 390px;
}
.sect1 .newsSets1 {
	margin-left: 620px;
	width: 580px;
}
.newsType1 {}
.newsType1 .s_t1 {
	position: relative;
	padding-bottom: 4px;
	border-bottom: 2px solid #444;
}
.t.red {
	font-size: 22px;
	font-weight: bold;
	color: red;
}
.t.black {
	font-size: 22px;
	font-weight: bold;
	color: black;
}
.newsType1 .s_t1 .more {
	display: inline-block;
	position: absolute;
	top: 8px;
	right: 0;
	width: 40px;
	font-size: 12px;
}
.newsType1 ul {
	list-style: inside;
	margin-top: 10px;
}
.newsType1 ul li {
	position: relative;
}
.newsType1 ul li .newsTime {
	display: inline-block;
	position: absolute;
	right: 0;
}

.sect2 {
	margin-top: 24px;
}
.sect2 .huge_t1 {
	font-size: 20px;
	width: 100%;
	line-height: 2;
	color: #fff;
	text-align: center;
	background-color: #cf1919;
	font-weight:bold;
}
.sect2 .newsSets2 {
	padding-bottom: 8px;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #bbb;
}
.newsType2 {
	display: inline-block;
	width: 33%;
	padding: 0 12px;
	margin-top: 10px;
	vertical-align: top;
}
.newsType2 .s_t2 {
	position: relative;
	height: 22px;
	text-align: center;
	border-bottom: 2px solid #f00;
	margin-bottom: 16px;
}
.newsType2 .s_t2 .t {
	background-color: #fff;
}
.newsType2 .s_t2 .more {
	display: inline-block;
	position: absolute;
	top: 6px;
	right: 0;
	width: 40px;
	font-size: 12px;
	background-color: #fff;
}
.newsType2 .imgNews img {
	width: 100%;
	height: 240px;
}
.newsType2 ul {
	list-style: inside;
}
.huge_t2 {
	position: relative;
	width: 100%;
	line-height: 2;
	color: #fff;
	text-align: center;
	padding-bottom: 3px;
	border-bottom: 4px solid #cf1919;
}
.huge_t2 span {
	position: relative;
	display: inline-block;
	font-size:22px;
	letter-spacing: 10px;
	text-align: center;
	background-color: #cf1919;
	padding: 0 10px 0 20px;
	border-top: 2px solid #e16e6e;
	font-weight:bold;
}
.huge_t2 span:before {
	content: '';
	position: absolute;
	left: 0;
	top: -2px;
	width: 0;
	height: 0;
	border-top: 4px solid #fff;
	border-right: 4px solid transparent;
}
.huge_t2 span:after {
	content: '';
	position: absolute;
	left: 0;
	top: -2px;
	width: 0;
	height: 0;
	border-bottom: 4px solid #e6a5a5;
	border-left: 4px solid transparent;
}
.huge_t2 .more {
	position: absolute;
	display: inline-block;
	right: 0;
	top: 8px;
	width: 60px;
	font-size: 12px;
	color: #333;
}


.sect3 {
	margin-top: 24px;
}
.newsType3 {
	width: 596px;
	display: inline-block;
	padding: 0 12px;
	vertical-align: top;
}
.newsType3 .s_t3 {
	position: relative;
	color: #ab3b3b;
	font-size: 20px;
	font-weight: bold;
	text-indent: 10px;
	padding-bottom: 4px;
	border-bottom: 2px solid #ab3b3b;
	margin-bottom: 8px;
}
.newsType3 .s_t3 .more {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 12px;
	width: 50px;
	line-height: 1.4;
	color: #545454;
	font-weight: normal;
	text-align: center;
	text-indent: 0;
	border-radius: 14px;
	background-color: #d5d5d5;
}
.newsType3 .imgTextNews {
	display: block;
	padding: 10px 30px;
}
.imgTextNews img {
	float: left;
	width: 200px;
	height: 120px;
}


.imgTextNews1 img {
	
	width: 560px;
	height: 300px;
}
.imgTextNews h3 {
	float: right;
	width: 300px;
}
.imgTextNews p {
	float: right;
	width: 300px;
	text-indent: 2rem;
}
.newsType3 ul {
	padding: 0 30px;
	list-style: inside;
}
.newsType3 ul li {
	position: relative;
}
.newsType3 ul li .newsTime {
	display: inline-block;
	position: absolute;
	right: 0;
}

.sect4 {
	margin-top: 24px;
}
.newsSets4 {
	margin-right: 30px;
}
.newsType4 {
	position: relative;
	display: inline-block;
	width: 550px;
	margin-top: 20px;
	margin-left: 30px;
}
.newsType4 .magazine {
	display: inline-block;
	width: 120px;
	height: 180px;
}
.newsType4 .newsList {
	position: absolute;
	top: 0;
	right: 0;
	width: 400px;
}
.newsList .s_t4 {

	border-bottom: 1px solid #c7c7c7;
}
.newsList .s_t4 span {
	color: #c0021c;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 4px solid #c0021c;
}
.newsList .s_t4 .more {
	display: inline-block;
	float: right;
	top: 10px;
	font-size: 12px;
	margin-top: 10px;
	width: 40px;
}
.newsList ul {
	list-style: inside;
	margin-top: 12px;
}

.newsType5 {
	padding-right: 12px;
	margin-top: 16px;
	margin-bottom: -25px;
}
.newsType5 .imgTextNews2 {
	display: inline-block;
	width: 393px;
	padding-left: 12px;
}
.imgTextNews2 img {
	width: 100%;
	height: 200px;
}
.imgTextNews2 span {
	display: block;
	position: relative;
	top: -32px; 
	text-align: center;
	background-color: rgba(0, 0, 0, .3);
}


.newsType6 {
	padding-right: 12px;
}
.newsType6 .columns {
	display: inline-block;
	width: 380px;
	height: 140px;
	line-height: 140px;
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 10px;
	margin-left: 12px;
	margin-top: 16px;
}
.columns:nth-child(1) {
	background-color: #e6a5a5;
}
.columns:nth-child(2) {
	background-color: #bdcbc2;
}
.columns:nth-child(3) {
	background-color: #e7af19;
}
.columns:nth-child(4) {
	background-color: #a5aab8;
}
.columns:nth-child(5) {
	background-color: #c3af99;
}
.columns:nth-child(6) {
	background-color: #99b7c3;
}

.sect {
	margin-top: 24px;
}
.newsType2 .s_t7 {
	position: relative;
	height: 38px;
	line-height: 2;
	border-bottom: 1px solid #c7c7c7;
	margin-bottom: 16px;
}
.newsType2 .s_t7 .t {
	font-size: 22px;
	font-weight: bold;
	border-bottom: 3px solid #c0021c;
}
.newsType2 .s_t7 .more {
	display: inline-block;
	position: absolute;
	top: 6px;
	right: 0;
	width: 40px;
	font-size: 12px;
}

.cont {
	position: relative;
}
.cont .left {
	position: absolute;
	top: 16px;
	left: 20px;
}
.cont .right {
	position: absolute;
	top: 16px;
	right: 20px;
}
.cont6 {
	height: 320px;
}
.s6.left {
	width: 560px;
}
.s6.left img {
	width: 560px;
	height:300px;
}
.s6.right {
	width: 560px;
}
.ps {
	padding-left: 30px;
	margin-top: 30px;
}
.ps .level {
	display: inline-block;
	width: 60px;
	height: 32px;
	line-height: 32px;
	color: #fff;
	background-color: #800;
	text-align: center;
}
.ps .person {
	display: inline-block;
	color: #545454;
	width: 42px;
	margin-left: 20px;
}
.ps .more {
	display: inline-block;
	width: 40px;
	color: #000;
	margin-left: 30px;
}

.cont7 {
	height: 600px;
}
.s7.left {
	width: 560px;
}
.s7.right {
	width: 560px;
}
.s7.right ul {
	list-style: inside;
	
	margin-top: 20px;
}
.s7.right .imgTextNews img {
	width: 300px;
	height: 200px;
}
.s7.right .imgTextNews h3, .s7.right .imgTextNews p {
	width: 480px;
}
.s7.right .imgTextNews h3 {
	text-align: center;
	font-size: 20px;
	padding-bottom: 14px;
}


.cont8 {
	height: 340px;
}
.s8.left {
	width: 600px;
	height: 390px;
	/*border: 1px solid #ccc;*/
}
.s8.right {
	width: 520px;
	height: auto;
}












.links_group {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #f5f5f5;
}
.links_group .links {
	display: inline-block;
	padding: 0 30px;
	color: #333;
	height: 32px;
}
.links_group .links.current {
	color: #a20000;
	border-bottom: 1px solid #a20000;
}
.links_group .link_t {
	display: inline-block;
	position: relative;
	color: #fff;
	height: 40px;
	vertical-align: top;
	background-color: #a30100;
	padding: 0 30px;
	margin-right: 40px;
}
.links_group .link_t:after {
	position: absolute;
	top: 16px;
	right: -5px;
	content: '';
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #a30100;
}
.links_group .link_t img {
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	margin-top: 6px;
}
.links_group .link_t span {
	display: inline-block;
	position: relative;
	top: -10px;
}
.as {
	display: none;
	width: 100%;
	list-style: none;
	min-height: 120px;
}
.as li {
	display: inline-block;
	font-size: 12px;
	width: 166px;
	height: 16px;
	line-height: 1;
	padding-left: 6px;
	border-left: 1px solid #333;
	margin-top: 10px;
}
.as li a {
	line-height: 1;
}